お問い合わせ

光が集う家 近江八幡市

自然光をふんだんに取り入れる家

▼外観

重厚感だけでなくアクセントを利用して、なじみ感ある雰囲気に。茶色をベースカラーにすることで、汚れの目立ちにくさもあります。

▼吹き抜け

団地内では日陰になりやすいため、家の中心に光を届ける吹き抜け。

▼2Fみた吹き抜け

2Fホールにもつながり、家全体の温度さがなくなるようにしています。

▼脱衣室

脱衣室に家族分の着替え、タオル類など収納でき、家事の負担の軽減となります。

 

▼ダイニングキッチン

広さを感じられるように明るい色合いの無垢材を使用し、建具はダーク色とし室内全体をシャープにしてくれます。キッチンカウンターの収納はオリジナル造作

▼リビング

建て変える前の家が、昼間でも電気をつけないといけず、太陽の光をもっと感じたいという希望から、吹き抜けを採用し家の中心に1年中光を届けるように設計しています。

▼和室

▼ギャラリー

// --- スムーズスクロール処理(Elementorポップアップ対応) --- function scrollToAnchor(targetID) { const target = document.querySelector(targetID); if (target) { const y = target.getBoundingClientRect().top + window.pageYOffset - OFFSET; window.scrollTo({ top: y, behavior: "smooth" }); history.replaceState(null, null, targetID); } } // 通常のアンカーリンクすべてに対応(ポップアップ内外問わず) document.querySelectorAll('a[href^="#"], a[href*="#"]').forEach(link => { link.addEventListener("click", function (e) { const href = link.getAttribute("href"); if (!href || !href.includes("#")) return; const url = new URL(href, window.location.origin); const hash = url.hash; const samePage = url.pathname === window.location.pathname; if (hash && samePage) { const targetID = hash; const targetElement = document.querySelector(targetID); if (targetElement) { e.preventDefault(); // ポップアップ内なら閉じる if (link.closest('.elementor-popup-modal')) { if (typeof jQuery !== 'undefined' && typeof jQuery.magnificPopup !== 'undefined') { jQuery.magnificPopup.close(); } setTimeout(() => { scrollToAnchor(targetID); }, 400); // ポップアップ閉じ後にスクロール } else { // 通常のアンカー移動 scrollToAnchor(targetID); } } } }); });